Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22452 | GEN005375 | SV-26736r1_rule | ECLP-1 | Medium |
Description |
---|
The snmpd.conf file contains authenticators and must be protected from unauthorized access and modification. |
STIG | Date |
---|---|
SOLARIS 9 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE | 2015-10-01 |
Check Text ( C-27752r1_chk ) |
---|
Check the permissions of the SNMP configuration file. # ls -lL /etc/snmp/conf If the permissions include a "+", the file has an extended ACL and this is a finding. |
Fix Text (F-23986r1_fix) |
---|
Remove the extended ACL from the file. # getfacl /etc/snmp/conf Remove each ACE returned. # setfacl -d [ACE] /etc/snmp/conf |